.clearfix:before,
.clearfix:after {
    display: table;
    content: "";    /*不用有内容也可以*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* 智慧园区产品中心 样式 */
.yq-pro-list .banner {
    width: 100%;
}

.yq-pro-list .banner img {
    width: 100%;
}

.yq-pro-list .content {
    padding: 50px 0;
}

.yq-pro-list .content .container {
    width: 1200px;
    margin: 0 auto;
}

.yq-pro-list .content .title {
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 30px;
}

.yq-pro-list .content .title h5 {
    font-size: 30px;
    line-height: 60px;
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 2px solid #60c992;
}

.yq-pro-list ul {
    clear: both;
}

.yq-pro-list .content li {
    float: left;
    margin-left: 30px;
    margin-bottom: 18px;
    border: 1px solid rgb(201, 201, 201);
}
.yq-pro-list .content li:hover{
    border: 1px solid #60c992;
}

.yq-pro-list .content li:nth-child(4n+1) {
    margin-left: 0;
}

.yq-pro-list .content li .img-wrap {
    width: 274px;
    height: 204px;
    overflow: hidden;
}

.yq-pro-list .content li img {
    width: 100%;
    height: 100%;
}

.yq-pro-list li p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    color: #666;
    background: #f2f2f2;
}
/* 产品详情页详情部分 */
.pro-content {

}
.pro-content .pro-top{
    display: flex;
}
.pro-content .pro-top .img-wrap{
    width: 500px;
}
.pro-content .pro-top .img-wrap img{
    width: 100%;
}
.pro-content .pro-top .pro-title{
    margin-left: 60px;
}
.pro-content .pro-top .pro-title h5{
    font-size: 28px;
}
.pro-content .pro-top .pro-title p{
    margin-top: 20px;
    font-size: 16px;
}
.pro-content .pro-top .pro-title .thump-wrap{
    margin-top: 50px;
    width: 180px;
    height: 150px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}
.pro-content .pro-top .pro-title .thump-wrap img{
    width: 100%;
    height: 100%;
}
.pro-content .pro-bottom{

}
.pro-content .pro-bottom h6{
    border-bottom: 2px solid #f3f3f3;
}
.pro-content .pro-bottom h6 p{
    font-size: 20px;
    margin: 10px 0;
}
.pro-content .pro-bottom .pro-detail .detail-item{
    margin-bottom: 20px;
}
.pro-content .pro-bottom .pro-detail .detail-item p.detail-title{
    font-size: 16px;
    font-weight: bold;
}

.pro-content .pro-bottom .pro-detail .detail-item p{
    font-size: 14px;
}
/* .pro-content .pro-bottom .pro-detail .detail-item th,
.pro-content .pro-bottom .pro-detail .detail-item td {
    padding: 10px 30px;
}
.pro-content .pro-bottom .pro-detail .detail-item th{
    font-weight: bold;
    background: #e6e6e6;
} */
.pro-content table{
	font-size: 14px;
	margin-top:10px;
	color: #434343;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.pro-content tr {
	background-color: #f8f8f8;
	line-height: 36px;
	
}
.pro-content td {
	text-align: left;
	border: 1px solid #ccc;
	text-indent:12px;
	line-height:36px;
	border-bottom:none;
	border-right:none;
	padding-left: 8px;
	background-color:#ffffff;
}

